help-msg-add-package-info
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Mon, 27 Aug 2012 16:47:58 +0000 (16:47 +0000)
committerRene Engelhard <rene@debian.org>
Mon, 27 Aug 2012 16:47:58 +0000 (16:47 +0000)
===================================================================

Gbp-Pq: Name help-msg-add-package-info.diff

sfx2/source/appl/sfxhelp.cxx

index cabfc39e8e47bdd474289e999765d900e5983149..109b66b03321381be0023e92eadae1c5a2bde809 100644 (file)
@@ -96,7 +96,7 @@ public:
 
 NoHelpErrorBox::NoHelpErrorBox( Window* _pParent ) :
 
-    ErrorBox( _pParent, WB_OK, String( SfxResId( RID_STR_HLPFILENOTEXIST ) ) )
+    ErrorBox( _pParent, WB_OK, String( SfxResId( RID_STR_HLPFILENOTEXIST ) ).Append(String(DEFINE_CONST_UNICODE(".\nPlease install the libreoffice-help-en-us package or the locale specific help package libreoffice-help-<language-code>."))) )
 {
     // Error message: "No help available"
 }